home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / c / iszero.man < prev    next >
Encoding:
Text File  |  1991-08-28  |  1.6 KB  |  69 lines

  1.  
  2.  
  3.  
  4. isnan                 C Library Procedures                  isnan
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      iszero, isnormal, issubnormal, signbit -  Determine  proper-
  12.      ties of IEE double-precision floating point numbers.
  13.  
  14. SSYYNNOOPPSSIISS
  15.      int
  16.      iisszzeerroo(_v_a_l_u_e)
  17.  
  18.      int
  19.      iissnnoorrmmaall(_v_a_l_u_e)
  20.  
  21.      int
  22.      iissssuubbnnoorrmmaall(_v_a_l_u_e)
  23.  
  24.      int
  25.      ssiiggnnbbiitt(_v_a_l_u_e)
  26.  
  27. AARRGGUUMMEENNTTSS
  28.      double    _v_a_l_u_e          (in)      Double-precision floating
  29.                                         point number to check.
  30.  
  31. _________________________________________________________________
  32.  
  33.  
  34. DDEESSCCRRIIPPTTIIOONN
  35.      iissnnoorrmmaall returns 1  if  its  argument  is  an  IEEE  double-
  36.      precision  normal floating-point number.  iissnnoorrmmaall returns 0
  37.      otherwise.
  38.  
  39.      iissssuubbnnoorrmmaall returns 1 if its argument  is  an  IEEE  double-
  40.      precision subnormal floating-point number.  iissnnoorrmmaall returns
  41.      0 otherwise.
  42.  
  43.      iisszzeerroo returns 1 if its argument is an IEEE double-precision
  44.      0.  iissnnoorrmmaall returns 0 otherwise.
  45.  
  46.      ssiiggnnbbiitt returns  1  if  its  argument  is  an  IEEE  double-
  47.      precision floating-point number with sign bit set.  iissnnoorrmmaall
  48.      returns 0 otherwise.
  49.  
  50. KKEEYYWWOORRDDSS
  51.      not a number, infinity, IEEE, double
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0        Printed:  August 27, 1991                   1
  66.  
  67.  
  68.  
  69.